This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| eric | G7 | 1 | trazyn_the_infinite | control | Brody Dominguez |
| eric | G7 | 2 | illuminor_szeras | control | Nevaeh Strickland |
| eric | G7 | 3 | technomancer | control | W. H. Greene |
| eric | G7 | 4 | lychgaurd | control | Ethan Haynes |
| eric | G7 | 5 | skorpekh_destroyers | control | Luna Mcdaniel |
| eric | G7 | 6 | canoptek_plasmacyte | control | Mighty Mastermind |
| eric | G7 | 7 | immortals | control | Cayden Ray |
| eric | G7 | 8 | canoptek_spyders | control | Bittah God |
| eric | G7 | 9 | canoptek_spyders | control | Horseface Assassin |
| eric | G7 | 10 | cryptothralls | control | Everett Newton |
| eric | G7 | 11 | cryptothralls | control | Khloe Wade |
| eric | G7 | 12 | canoptek_scarab_swarms | control | Dwayne Johnson |
| eric | G7 | 13 | canoptek_wraiths | control | Akshay Kumar |
| eric | G7 | 14 | deathmarks | control | Max Martin |
| eric | G7 | 15 | night_scythe | control | Whitney Houston |
| eric | G7 | 16 | overlord | control | Rachel Keller |
| eric | G7 | 17 | royal_warden | control | Mariah Stevens |
| eric | G7 | 18 | necron_warriors | control | Arianna Brewer |
| eric | G7 | 19 | immortals | control | Ezekiel Castillo |
| eric | G7 | 20 | canoptek_scarab_swarms | control | Amateur Ambassador |
| eric | G7 | 21 | canoptek_scarab_swarms | control | Fred MacMurray |
| eric | G7 | 22 | night_scythe | control | Irate Conqueror |
| eric | G7 | 23 | overlord | control | Noah Ferguson |
| eric | G7 | 24 | royal_warden | control | Bryson Espinoza |
| eric | G7 | 25 | immortals | control | Luca Guerra |
| eric | G7 | 26 | necron_warriors | control | Brooklyn Fuentes |
| eric | G7 | 27 | canoptek_scarab_swarms | control | Henry Fonda |
| eric | G7 | 28 | canoptek_scarab_swarms | control | Vin Diesel |
Mundus Centrum Campaign
0.248.853.M41
++++++TRANSMITTED: MUNDUS CENTRUM
+++++++++RECEIVED: THE ROCK
+++++++++++AUTHOR: DEATHWING CAPTAIN LAZAAR
++++++++++SUBJECT: LOG OF MUNDUS CENTRUM CAMPAIGN
++++++++++THOUGHT: A MOMENT OF LAXITY SPAWNS A LIFETIME OF HERESY.
248.853.M41: Following the leads we received from Brother Interrogator Chaplain Asmodai, we made haste to Sector Mundus Centrum. Upon translation from warp space, we were immediately set upon by one of the Great Devourer’s many tendrils. The battle in high orbit above Mundus Centrum would have delayed our landing onto the main continent for weeks had not the unheralded arrival of a large contingent of Necron tomb ships not caught the Tyranid bio-forms unawares. Void battle was joined between the Tyranid and Necron ships, and we used this brief respite to land a small force of our brothers planet-side in the North East region of the continent (Imperial Designation: Rhun). I have accompanied my fellow marines to lead from the field, leaving Brother Aralith in command of the fleet.
The derelict star port in South Rhun is in some disrepair, but it will suffice for our purposes as an operational command center. Brother Techmarine Ophaniel reports that with some maintenance, we may be able to link the other abandoned star ports on the continent and reactivate the dormant orbital defense systems, allowing us to target the xenos interlopers and cleanse local space of their alien taint.
In our descent to Rhun, augurs picked up a disturbing number of returns from other craft entering the atmosphere. To the South, it appears the shambling Necron host has endeavored to gain a foothold in the former capital region (Imperial Designation: Gondor). To the West, bio-forms of the insatiable Tyranids have assumedly already begun to consume and destroy one of the continent’s main agricultural regions (Imperial Designation: Eriador).
The presence of these xenos armies will surely slow the hunt for our quarry, but we will persevere undeterred. For the Emperor. For the Lion.
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E7")
modify_unit("eric", 7, "control","G7")
modify_unit("eric", 12, "move", c("E7", "E5"))
modify_unit("eric", 15:18, "soar", c("G8S", "G10S", "I1S", "I3S"))# transport IS THIS LEGAL? do you need to use a move to land?
modify_unit("eric", 19, "move","G6")
modify_unit("eric", 20, "move", c("E7", "E6"))
modify_unit("eric", 21, "move", c("E7", "E4"))
modify_unit("eric", c(22:24, 26), "soar", c("G8S", "H3S", "H3"))# transport
modify_unit("eric", 25, "move","G8")
modify_unit("eric", 27, "move", c("E7", "F4"))
modify_unit("eric", 28, "move", c("E7", "F8"))# cool example here of if you got waylaid in E7 you would have strength together
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 20 | gargoyles | move | John Ratzenberger |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Fred MacMurray |
| eric | E5 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson |
| eric | E6 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador |
| eric | E7 | 1 | trazyn_the_infinite | move | Brody Dominguez |
| eric | E7 | 2 | illuminor_szeras | move | Nevaeh Strickland |
| eric | E7 | 3 | technomancer | move | W. H. Greene |
| eric | E7 | 4 | lychgaurd | move | Ethan Haynes |
| eric | E7 | 5 | skorpekh_destroyers | move | Luna Mcdaniel |
| eric | E7 | 6 | canoptek_plasmacyte | move | Mighty Mastermind |
| eric | E7 | 8 | canoptek_spyders | move | Bittah God |
| eric | E7 | 9 | canoptek_spyders | move | Horseface Assassin |
| eric | E7 | 10 | cryptothralls | move | Everett Newton |
| eric | E7 | 11 | cryptothralls | move | Khloe Wade |
| eric | E7 | 13 | canoptek_wraiths | move | Akshay Kumar |
| eric | E7 | 14 | deathmarks | move | Max Martin |
| eric | F4 | 27 | canoptek_scarab_swarms | move | Henry Fonda |
| big_grizz | F5 | 9 | infiltrators | move | James Jensen |
| big_grizz | F5 | 14 | redemptor_dreadnought | move | Mya Carroll |
| big_grizz | F5 | 15 | invictor_tactical_warsuit | move | Marina A. Ledin, Victor Ledin |
| big_grizz | F5 | 19 | vindicare_assassin | move | Brendan O’Brien |
| big_grizz | F5 | 20 | eliminators | move | Phil Ramone |
| big_grizz | F5 | 21 | eradicators | move | Malachi Griffith |
| eric | F8 | 28 | canoptek_scarab_swarms | move | Vin Diesel |
| eric | G6 | 19 | immortals | move | Ezekiel Castillo |
| eric | G7 | 7 | immortals | control | Cayden Ray |
| eric | G8 | 25 | immortals | move | Luca Guerra |
| big_grizz | H2 | 3 | techmarine | soar | Grant Lopez |
| big_grizz | H2 | 5 | tactical_squad | soar | Chase Hamilton |
| big_grizz | H2 | 6 | tactical_squad | soar | Abel Medina |
| big_grizz | H2 | 13 | dreadnought | soar | Mckenzie Hunter |
| big_grizz | H2 | 22 | storm_raven | soar | Mark Ronson Featuring Bruno Mars |
| eric | H3 | 22 | night_scythe | soar | Irate Conqueror |
| eric | H3 | 23 | overlord | soar | Noah Ferguson |
| eric | H3 | 24 | royal_warden | soar | Bryson Espinoza |
| eric | H3 | 26 | necron_warriors | soar | Brooklyn Fuentes |
| eric | I3S | 15 | night_scythe | soar | Whitney Houston |
| eric | I3S | 16 | overlord | soar | Rachel Keller |
| eric | I3S | 17 | royal_warden | soar | Mariah Stevens |
| eric | I3S | 18 | necron_warriors | soar | Arianna Brewer |
249.853.M41: Controlling actions are underway. We are casting our nets wide. Capture is only a matter of time.
Brother Techmarine Myrdean reports that a moderate warband of Necrons has landed nearby his position in the South (Imperial Designation: Mordor). He expects conflict within 15 hours.
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E5")
modify_unit("eric", 7, "move","E7")
modify_unit("eric", 12, "move", c("F3", "F2"))
modify_unit("eric", c(15, 16,18), "move","I4")
modify_unit("eric", 17, "control","I3")
modify_unit("eric", 19, "control","G6")
modify_unit("eric", 20, "move", c("E4", "E3"))
modify_unit("eric", 21, "move", c("E1", "A8"))
modify_unit("eric", c(22:24, 26), "move","H2")
modify_unit("eric", 25, "control","G8")
modify_unit("eric", 27, "move", c("F7", "F5"))
modify_unit("eric", 28, "move", c("H1", "H3"))
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A6 | 14 | ripper_swarms | control | Karl Barth | ||
| chris | A6 | 1 | flying_hive_tryant | move | Natalie Cole | TRUE | |
| chris | A7 | 9 | genestealers | control | Steven Epstein | ||
| chris | A8 | 1 | flying_hive_tryant | move | Natalie Cole | TRUE | |
| chris | A8 | 10 | genestealers | move | Paul Epworth | TRUE | |
| chris | A8 | 24 | biovores | move | Zoey Jordan | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Fred MacMurray | TRUE | |
| chris | B11 | 19 | raveners | move | Bertrand Russell | TRUE | |
| chris | B11 | 20 | gargoyles | move | John Ratzenberger | TRUE | |
| big_grizz | C5 | 8 | tactical_squad | control | Rose Marshall | ||
| big_grizz | C5 | 23 | rhino | control | Gary Oldman | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Mya Carroll | ||
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Marina A. Ledin, Victor Ledin | ||
| big_grizz | C5 | 19 | vindicare_assassin | move | Brendan O’Brien | ||
| big_grizz | C5 | 20 | eliminators | move | Phil Ramone | ||
| big_grizz | C5 | 21 | eradicators | move | Malachi Griffith | ||
| big_grizz | D4 | 2 | deathwing_captain | control | Henry David Thoreau | ||
| big_grizz | D4 | 4 | phobos_librarian | control | Pharrell Williams | ||
| big_grizz | D4 | 17 | deathwing_terminators | control | John Pratt | ||
| big_grizz | D4 | 18 | deathwing_knights | control | Stephen Dubner | ||
| chris | E1 | 2 | flying_hive_tryant | move | Stevie Wonder | TRUE | |
| chris | E1 | 19 | raveners | move | Bertrand Russell | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Fred MacMurray | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | John Ratzenberger | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador | TRUE | |
| eric | E5 | 1 | trazyn_the_infinite | move | Brody Dominguez | ||
| eric | E5 | 2 | illuminor_szeras | move | Nevaeh Strickland | ||
| eric | E5 | 3 | technomancer | move | W. H. Greene | ||
| eric | E5 | 4 | lychgaurd | move | Ethan Haynes | ||
| eric | E5 | 5 | skorpekh_destroyers | move | Luna Mcdaniel | ||
| eric | E5 | 6 | canoptek_plasmacyte | move | Mighty Mastermind | ||
| eric | E5 | 8 | canoptek_spyders | move | Bittah God | ||
| eric | E5 | 9 | canoptek_spyders | move | Horseface Assassin | ||
| eric | E5 | 10 | cryptothralls | move | Everett Newton | ||
| eric | E5 | 11 | cryptothralls | move | Khloe Wade | ||
| eric | E5 | 13 | canoptek_wraiths | move | Akshay Kumar | ||
| eric | E5 | 14 | deathmarks | move | Max Martin | ||
| eric | E7 | 7 | immortals | move | Cayden Ray | ||
| eric | F2 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson | ||
| eric | F3 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson | TRUE | |
| big_grizz | F5 | 9 | infiltrators | control | James Jensen | TRUE | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | Henry Fonda | TRUE | |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda | TRUE | |
| eric | G6 | 19 | immortals | control | Ezekiel Castillo | ||
| eric | G8 | 25 | immortals | control | Luca Guerra | ||
| eric | H1 | 28 | canoptek_scarab_swarms | move | Vin Diesel | TRUE | |
| big_grizz | H2 | 3 | techmarine | control | Grant Lopez | TRUE | |
| big_grizz | H2 | 5 | tactical_squad | control | Chase Hamilton | TRUE | |
| big_grizz | H2 | 13 | dreadnought | control | Mckenzie Hunter | TRUE | |
| big_grizz | H2 | 22 | storm_raven | control | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H2 | 22 | night_scythe | move | Irate Conqueror | TRUE | |
| eric | H2 | 23 | overlord | move | Noah Ferguson | TRUE | |
| eric | H2 | 24 | royal_warden | move | Bryson Espinoza | TRUE | |
| eric | H2 | 26 | necron_warriors | move | Brooklyn Fuentes | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | move | Vin Diesel | ||
| big_grizz | H5 | 6 | tactical_squad | move | Abel Medina | ||
| eric | I3 | 17 | royal_warden | control | Mariah Stevens | ||
| eric | I4 | 15 | night_scythe | move | Whitney Houston | ||
| eric | I4 | 16 | overlord | move | Rachel Keller | ||
| eric | I4 | 18 | necron_warriors | move | Arianna Brewer |
modify_unit("eric", "F5", "move","F8")
kill_unit("eric", 21)
modify_unit("eric", "H2", "move","H3")
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 2 | flying_hive_tryant | move | Stevie Wonder |
| chris | E1 | 19 | raveners | move | Bertrand Russell |
| chris | E2 | 20 | gargoyles | move | John Ratzenberger |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador |
| eric | E5 | 1 | trazyn_the_infinite | move | Brody Dominguez |
| eric | E5 | 2 | illuminor_szeras | move | Nevaeh Strickland |
| eric | E5 | 3 | technomancer | move | W. H. Greene |
| eric | E5 | 4 | lychgaurd | move | Ethan Haynes |
| eric | E5 | 5 | skorpekh_destroyers | move | Luna Mcdaniel |
| eric | E5 | 6 | canoptek_plasmacyte | move | Mighty Mastermind |
| eric | E5 | 8 | canoptek_spyders | move | Bittah God |
| eric | E5 | 9 | canoptek_spyders | move | Horseface Assassin |
| eric | E5 | 10 | cryptothralls | move | Everett Newton |
| eric | E5 | 11 | cryptothralls | move | Khloe Wade |
| eric | E5 | 13 | canoptek_wraiths | move | Akshay Kumar |
| eric | E5 | 14 | deathmarks | move | Max Martin |
| eric | E7 | 7 | immortals | move | Cayden Ray |
| eric | F2 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson |
| big_grizz | F5 | 9 | infiltrators | control | James Jensen |
| eric | F8 | 27 | canoptek_scarab_swarms | move | Henry Fonda |
| eric | G6 | 19 | immortals | control | Ezekiel Castillo |
| eric | G8 | 25 | immortals | control | Luca Guerra |
| big_grizz | H2 | 3 | techmarine | control | Grant Lopez |
| big_grizz | H2 | 5 | tactical_squad | control | Chase Hamilton |
| big_grizz | H2 | 13 | dreadnought | control | Mckenzie Hunter |
| big_grizz | H2 | 22 | storm_raven | control | Mark Ronson Featuring Bruno Mars |
| eric | H3 | 22 | night_scythe | move | Irate Conqueror |
| eric | H3 | 23 | overlord | move | Noah Ferguson |
| eric | H3 | 24 | royal_warden | move | Bryson Espinoza |
| eric | H3 | 26 | necron_warriors | move | Brooklyn Fuentes |
| eric | H3 | 28 | canoptek_scarab_swarms | move | Vin Diesel |
| big_grizz | H5 | 6 | tactical_squad | move | Abel Medina |
| eric | I3 | 17 | royal_warden | control | Mariah Stevens |
| eric | I4 | 15 | night_scythe | move | Whitney Houston |
| eric | I4 | 16 | overlord | move | Rachel Keller |
| eric | I4 | 18 | necron_warriors | move | Arianna Brewer |
| eric | NA | 21 | canoptek_scarab_swarms | NA | Fred MacMurray |
250.853.M41: Brother Techmarine Myrdean has successfully repelled a Necron attack to his position at the star port Barad-Dur. The Storm Raven Barador was invaluable in this defense, but Myrdean fears the Necrons are merely testing our strength and resolve before mounting larger attacks. Defensive infrastructure must be built quickly to solidify our grip in Mordor.
Squad Galizur was also met with some resistance in the expansive territory of the Brown Lands. A small and meddlesome force of scarabs tried, unsuccessfully, to halt Galizur’s progress in bringing the territory under our control. Such small storms can be easily weathered. I am concerned the coming tempest may prove otherwise. The Emperor Protects.
modify_unit("eric", 1, "move", "F3")
modify_unit("eric", 2, "move", "F3")
modify_unit("eric", 3, "move", "F4")
modify_unit("eric", 4, "move", "F3")
modify_unit("eric", 5, "move", "F3")
modify_unit("eric", 6, "move", "F3")
modify_unit("eric", 7, "move", "E5")
modify_unit("eric", 8, "move", "F4")
modify_unit("eric", 9, "move", "F3")
modify_unit("eric", 10, "move", "F4")
modify_unit("eric", 11, "move", "F3")
modify_unit("eric", 12, "move", c("C3", "F7"))
modify_unit("eric", 13, "move", "F3")
modify_unit("eric", 14, "sneak", "E5")
modify_unit("eric", 15, "move", "I5")
modify_unit("eric", 16, "move", "I5")
modify_unit("eric", 17, "move", "I4")
modify_unit("eric", 18, "control", "I4")
modify_unit("eric", 19, "move", "G9")
modify_unit("eric", 20, "move", "E4")
modify_unit("eric", 21, "rejoin", "G7")
modify_unit("eric", 22, "move", "H5")
modify_unit("eric", 23, "move", "H5")
modify_unit("eric", 24, "move", "H5")
modify_unit("eric", 25, "move", "G10")
modify_unit("eric", 26, "move", "H5")
modify_unit("eric", 27, "move", "F7")
modify_unit("eric", 28, "reinforce", "H3")
modify_unit("eric", "C3", "move", "F3")
modify_unit("eric", "H5", "move", "H4")
modify_unit("eric", "H3", "move", "H1")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Rose Marshall | TRUE | |
| big_grizz | C3 | 20 | eliminators | move | Phil Ramone | TRUE | |
| big_grizz | C3 | 21 | eradicators | move | Malachi Griffith | TRUE | |
| big_grizz | C3 | 23 | rhino | move | Gary Oldman | TRUE | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson | TRUE | TRUE |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Mya Carroll | ||
| chris | E1 | 24 | biovores | move | Zoey Jordan | ||
| chris | E3 | 19 | raveners | move | Bertrand Russell | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador | ||
| eric | E5 | 7 | immortals | move | Cayden Ray | ||
| eric | E5 | 14 | deathmarks | sneak | Max Martin | ||
| eric | F3 | 1 | trazyn_the_infinite | move | Brody Dominguez | ||
| eric | F3 | 2 | illuminor_szeras | move | Nevaeh Strickland | ||
| eric | F3 | 4 | lychgaurd | move | Ethan Haynes | ||
| eric | F3 | 5 | skorpekh_destroyers | move | Luna Mcdaniel | ||
| eric | F3 | 6 | canoptek_plasmacyte | move | Mighty Mastermind | ||
| eric | F3 | 9 | canoptek_spyders | move | Horseface Assassin | ||
| eric | F3 | 11 | cryptothralls | move | Khloe Wade | ||
| eric | F3 | 13 | canoptek_wraiths | move | Akshay Kumar | ||
| eric | F4 | 3 | technomancer | move | W. H. Greene | ||
| eric | F4 | 8 | canoptek_spyders | move | Bittah God | ||
| eric | F4 | 10 | cryptothralls | move | Everett Newton | ||
| eric | F7 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson | ||
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda | ||
| eric | G10 | 25 | immortals | move | Luca Guerra | ||
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Fred MacMurray | ||
| eric | G9 | 19 | immortals | move | Ezekiel Castillo | ||
| big_grizz | H3 | 3 | techmarine | move | Grant Lopez | TRUE | |
| big_grizz | H3 | 5 | tactical_squad | move | Chase Hamilton | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Mckenzie Hunter | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | Vin Diesel | TRUE | |
| big_grizz | H5 | 6 | tactical_squad | control | Abel Medina | TRUE | |
| eric | H5 | 22 | night_scythe | move | Irate Conqueror | TRUE | |
| eric | H5 | 23 | overlord | move | Noah Ferguson | TRUE | |
| eric | H5 | 24 | royal_warden | move | Bryson Espinoza | TRUE | |
| eric | H5 | 26 | necron_warriors | move | Brooklyn Fuentes | TRUE | |
| eric | I4 | 18 | necron_warriors | control | Arianna Brewer | ||
| eric | I4 | 17 | royal_warden | move | Mariah Stevens | ||
| eric | I5 | 15 | night_scythe | move | Whitney Houston | ||
| eric | I5 | 16 | overlord | move | Rachel Keller |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Rose Marshall |
| big_grizz | C3 | 20 | eliminators | move | Phil Ramone |
| big_grizz | C3 | 21 | eradicators | move | Malachi Griffith |
| big_grizz | C3 | 23 | rhino | move | Gary Oldman |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Mya Carroll |
| chris | E1 | 24 | biovores | move | Zoey Jordan |
| chris | E3 | 19 | raveners | move | Bertrand Russell |
| eric | E4 | 20 | canoptek_scarab_swarms | move | Amateur Ambassador |
| eric | E5 | 7 | immortals | move | Cayden Ray |
| eric | E5 | 14 | deathmarks | sneak | Max Martin |
| eric | F3 | 1 | trazyn_the_infinite | move | Brody Dominguez |
| eric | F3 | 2 | illuminor_szeras | move | Nevaeh Strickland |
| eric | F3 | 4 | lychgaurd | move | Ethan Haynes |
| eric | F3 | 5 | skorpekh_destroyers | move | Luna Mcdaniel |
| eric | F3 | 6 | canoptek_plasmacyte | move | Mighty Mastermind |
| eric | F3 | 9 | canoptek_spyders | move | Horseface Assassin |
| eric | F3 | 11 | cryptothralls | move | Khloe Wade |
| eric | F3 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson |
| eric | F3 | 13 | canoptek_wraiths | move | Akshay Kumar |
| eric | F4 | 3 | technomancer | move | W. H. Greene |
| eric | F4 | 8 | canoptek_spyders | move | Bittah God |
| eric | F4 | 10 | cryptothralls | move | Everett Newton |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda |
| eric | G10 | 25 | immortals | move | Luca Guerra |
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Fred MacMurray |
| eric | G9 | 19 | immortals | move | Ezekiel Castillo |
| eric | H1 | 28 | canoptek_scarab_swarms | move | Vin Diesel |
| big_grizz | H3 | 3 | techmarine | move | Grant Lopez |
| big_grizz | H3 | 5 | tactical_squad | move | Chase Hamilton |
| big_grizz | H3 | 13 | dreadnought | move | Mckenzie Hunter |
| big_grizz | H3 | 22 | storm_raven | move | Mark Ronson Featuring Bruno Mars |
| eric | H4 | 22 | night_scythe | move | Irate Conqueror |
| eric | H4 | 23 | overlord | move | Noah Ferguson |
| eric | H4 | 24 | royal_warden | move | Bryson Espinoza |
| eric | H4 | 26 | necron_warriors | move | Brooklyn Fuentes |
| big_grizz | H5 | 6 | tactical_squad | control | Abel Medina |
| eric | I4 | 18 | necron_warriors | control | Arianna Brewer |
| eric | I4 | 17 | royal_warden | move | Mariah Stevens |
| eric | I5 | 15 | night_scythe | move | Whitney Houston |
| eric | I5 | 16 | overlord | move | Rachel Keller |
251.853.M41: Ravenwing Talonmaster Castiel has demonstrated unparalleled prowess as a hunter of the Second Company. I have inducted him further into the ranks of the Inner Circle, and expect his name will be well-remembered in the halls of The Rock. While scouting the northern reaches of Angmar, Castiel came upon a swarm of winged creatures (Imperial Designation: Gargoyles). Unfortunately, the vermin escaped before they could be properly put to the sword. It seems the voracious appetite of the Great Devourer knows some bounds after all.
Our forces in the densely forested region (Imperial Designation: Mirkwood) came across another small, scouting contingent of Necron scarabs. Negligible resistance met. Similarly, Brother Techmarine Myrdean came into contact with constructs of the same variety in the southern territory of Mount Doom. While dealing with these insectoid nuisances is a trivial matter, the broader goal of the Necrons remains a mystery, and is therefore disquieting.
The retreat of the Necrons from Myrdean’s wrath in yesterday’s battle for Barad-Dur was an apparent feint. All available intelligence led Myrdean to believe this small band had fled due-East from his location, and he gave chase only to find the aforementioned scarabs. The true destination of the Necrons was later discovered to be the territory of Gorgoroth, where Squad Naamand was caught in the open as they were setting up the defenses. Emperor be praised, Naamand was able to signal us in the South Rhun star port before his squad could be overrun. Brothers Abathar and Apharan of the Deathwing accompanied me with their squads to the front, and we were only just able to stem that tide of living metal from rising over Gorgoroth.
We are undaunted, and we know no fear!
modify_unit("eric", 1, "move", "E5")
modify_unit("eric", 2, "move", "E5")
modify_unit("eric", 3, "move", "E5")
modify_unit("eric", 4, "move", "E5")
modify_unit("eric", 5, "move", "E5")
modify_unit("eric", 6, "move", "E5")
modify_unit("eric", 7, "control", "E5")
modify_unit("eric", 8, "move", "E5")
modify_unit("eric", 9, "move", "E5")
modify_unit("eric", 10, "move", "E5")
modify_unit("eric", 11, "move", "E5")
modify_unit("eric", 12, "move", "E5")
modify_unit("eric", 13, "move", "E5")
modify_unit("eric", 14, "move", "E5")
modify_unit("eric", 15, "soar", c("I5S", "H6S", "H6"))
modify_unit("eric", 16, "soar", c("I5S", "H6S", "H6"))
modify_unit("eric", 17, "soar", c("I4S", "H6S", "H6"))
modify_unit("eric", 18, "soar", c("I4S", "H6S", "H6"))
modify_unit("eric", 19, "control", "G9")
modify_unit("eric", 20, "reinforce", "E4")
modify_unit("eric", 21, "move", c("G8", "H4"))
modify_unit("eric", 22, "reinforce", "H4")
modify_unit("eric", 23, "reinforce", "H4")
modify_unit("eric", 24, "reinforce", "H4")
modify_unit("eric", 25, "control", "G10")
modify_unit("eric", 26, "control", "H4")
modify_unit("eric", 27, "reinforce", "F7")
modify_unit("eric", 28, "reinforce", "H1")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | control | Rose Marshall | ||
| big_grizz | C3 | 23 | rhino | control | Gary Oldman | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Mya Carroll | ||
| chris | E1 | 10 | genestealers | control | Paul Epworth | ||
| chris | E3 | 24 | biovores | move | Zoey Jordan | ||
| chris | E3 | 19 | raveners | reinforce | Bertrand Russell | ||
| eric | E4 | 20 | canoptek_scarab_swarms | reinforce | Amateur Ambassador | ||
| eric | E5 | 7 | immortals | control | Cayden Ray | ||
| eric | E5 | 1 | trazyn_the_infinite | move | Brody Dominguez | ||
| eric | E5 | 2 | illuminor_szeras | move | Nevaeh Strickland | ||
| eric | E5 | 3 | technomancer | move | W. H. Greene | ||
| eric | E5 | 4 | lychgaurd | move | Ethan Haynes | ||
| eric | E5 | 5 | skorpekh_destroyers | move | Luna Mcdaniel | ||
| eric | E5 | 6 | canoptek_plasmacyte | move | Mighty Mastermind | ||
| eric | E5 | 8 | canoptek_spyders | move | Bittah God | ||
| eric | E5 | 9 | canoptek_spyders | move | Horseface Assassin | ||
| eric | E5 | 10 | cryptothralls | move | Everett Newton | ||
| eric | E5 | 11 | cryptothralls | move | Khloe Wade | ||
| eric | E5 | 12 | canoptek_scarab_swarms | move | Dwayne Johnson | ||
| eric | E5 | 13 | canoptek_wraiths | move | Akshay Kumar | ||
| eric | E5 | 14 | deathmarks | move | Max Martin | ||
| big_grizz | F2 | 21 | eradicators | move | Malachi Griffith | ||
| eric | F7 | 27 | canoptek_scarab_swarms | reinforce | Henry Fonda | ||
| eric | G10 | 25 | immortals | control | Luca Guerra | ||
| eric | G8 | 21 | canoptek_scarab_swarms | move | Fred MacMurray | TRUE | |
| eric | G9 | 19 | immortals | control | Ezekiel Castillo | ||
| eric | H1 | 28 | canoptek_scarab_swarms | reinforce | Vin Diesel | ||
| big_grizz | H3 | 5 | tactical_squad | control | Chase Hamilton | ||
| big_grizz | H3 | 3 | techmarine | move | Grant Lopez | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Mckenzie Hunter | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Mark Ronson Featuring Bruno Mars | TRUE | |
| big_grizz | H4 | 3 | techmarine | move | Grant Lopez | TRUE | |
| big_grizz | H4 | 13 | dreadnought | move | Mckenzie Hunter | TRUE | |
| big_grizz | H4 | 17 | deathwing_terminators | move | John Pratt | TRUE | |
| big_grizz | H4 | 18 | deathwing_knights | move | Stephen Dubner | TRUE | |
| big_grizz | H4 | 22 | storm_raven | move | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H4 | 26 | necron_warriors | control | Brooklyn Fuentes | TRUE | |
| eric | H4 | 21 | canoptek_scarab_swarms | move | Fred MacMurray | TRUE | |
| eric | H4 | 22 | night_scythe | reinforce | Irate Conqueror | TRUE | |
| eric | H4 | 23 | overlord | reinforce | Noah Ferguson | TRUE | |
| eric | H4 | 24 | royal_warden | reinforce | Bryson Espinoza | TRUE | |
| big_grizz | H6 | 6 | tactical_squad | move | Abel Medina | TRUE | |
| eric | H6 | 15 | night_scythe | soar | Whitney Houston | TRUE | |
| eric | H6 | 16 | overlord | soar | Rachel Keller | TRUE | |
| eric | H6 | 17 | royal_warden | soar | Mariah Stevens | TRUE | |
| eric | H6 | 18 | necron_warriors | soar | Arianna Brewer | TRUE | |
| eric | H6S | 15 | night_scythe | soar | Whitney Houston | TRUE | |
| eric | H6S | 16 | overlord | soar | Rachel Keller | TRUE | |
| eric | H6S | 17 | royal_warden | soar | Mariah Stevens | TRUE | |
| eric | H6S | 18 | necron_warriors | soar | Arianna Brewer | TRUE | |
| eric | I4S | 17 | royal_warden | soar | Mariah Stevens | TRUE | |
| eric | I4S | 18 | necron_warriors | soar | Arianna Brewer | TRUE | |
| eric | I5S | 15 | night_scythe | soar | Whitney Houston | TRUE | |
| eric | I5S | 16 | overlord | soar | Rachel Keller | TRUE |
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.Rmd Hash: a10d25bf080460b7d2cfc3ed083bf24a
Code Commit Hash: baea9a7063916ce74415d3046e6084714c09cfcf